'Declaration Public Function TryGet( _ ByVal row As Integer, _ ByVal column As Integer, _ ByRef value As T _ ) As Boolean
'Declaration
Public Function TryGet( _ ByVal row As Integer, _ ByVal column As Integer, _ ByRef value As T _ ) As Boolean
public bool TryGet( int row, int column, out T value )
true
false
CellMatrix<T> クラス CellMatrix<T> メンバ
© MESCIUS inc. All rights reserved.